<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* { margin: 0; padding: 0; outline: 0; }

body {
    font-size: 12px;
    line-height: 20px;
    font-family: Tahoma, Geneva, sans-serif;
    color: #333;
    background: url(images/body-bg.gif) repeat 0 0;
    overflow: scroll;
}

a { color: #ff0000; text-decoration: none; }
a:hover { text-decoration: underline; }

a img { border: 0; }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; font-size:12px; }
textarea { overflow:auto; }

.notext { font-size: 0; line-height: 0; text-indent: -4000px; }

.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }


#shell { width: 980px; margin: 0 auto; }
#border { border: 1px solid #e8e8e8; background: #fff; position: relative; }
#shadow-l { background: url(images/shadow-l.png) no-repeat 0 0; width: 25px; height: 686px; position: absolute; top:0;left:-25px; }
#shadow-r { background: url(images/shadow-r.png) no-repeat 0 0; width: 25px; height: 686px; position: absolute; top:0;right:-25px; }
#shadow-b { background: url(images/shadow-b.png) no-repeat 0 0; width: 980px; height: 20px; position: absolute; bottom:-20px;left:0; }

#header { background: url(images/header-bg.gif) repeat-x 0 0; height: 109px; position: relative; }

#title { float: left; padding-left: 5px; padding-top: 15px; }
#title h1 { font-size: 58px; line-height: 58px; color: #ff0000; font-family: "Times New Roman", Times, serif; }
#title a       { text-decoration: none; font-size: 10px; line-height: 10px; color: #333000; letter-spacing: 2px; padding-left: 20px; }
#title a:hover { text-decoration: underline; }

#socials { float: right; }
#socials h3 { display: none; }
#socials ul { list-style: none; }
#socials ul li { display: inline; float: left; font-family: "Trebuchet MS", Arial, sans-serif; font-size: 11px; line-height: 16px; border-right: 1px dotted #b9b9b9; padding: 2px 14px 2px 0; margin: 0 15px 0 0; }
#socials ul li.last { border:0; margin:0; }
#socials ul li a { float: left; color: #b9b9b9; height: 16px; padding: 0 0 0 20px; }
#socials ul li a.rss      { background: url(images/socials-rss.gif) no-repeat 0 0; }
#socials ul li a.facebook { background: url(images/socials-facebook.gif) no-repeat 0 0; }
#socials ul li a.twitter  { background: url(images/socials-twitter.gif) no-repeat 0 0; }

#navigation { height: 43px; border-top: 1px solid #dbdbdb; border-bottom: 1px solid #dbdbdb; }
#navigation h3 { display: none; }
#navigation ul { list-style: none; }
#navigation ul li { float: left; height: 43px; border-right: 1px solid #dbdbdb; }
#navigation ul li a { float: left; height: 43px; padding: 0 33px; font-family: "Times New Roman", Times, serif; font-size: 20px; line-height: 43px; font-weight: bold; color: #000; text-transform: uppercase; }
#navigation ul li a:hover, 
#navigation ul li a.active { color: #ff0000; text-decoration: none; }

#main { width: 932px; padding: 37px 24px 17px 24px; }

#content { width: 605px; }

#sidebar { width: 300px; }
#sidebar h3 { margin: 0; }
#sidebar ul { list-style: none; }
#sidebar ul li { background: url("images/sidebar-ul-li-bg.jpg") repeat-x left bottom; padding: 9px 0 3px 3px; }

#footer { font-family: Arial, sans-serif; font-size: 11px; line-height: 14px; color: #7f7f7f; padding: 18px 27px 20px 38px; }
#footer a { color: #7f7f7f; }

#footer-navigation {  }
#footer-navigation h3 { display: none; }
#footer-navigation ul { list-style: none; }
#footer-navigation ul li { display: inline; border-right: 1px solid #7f7f7f; padding: 0 6px 0 0; margin: 0 7px 0 0; }
#footer-navigation ul li.last { border: 0; }

#copyright        { text-align: right; }
#copyright-design { text-align: right; }

.section { padding-bottom: 30px; }
.section h3 { font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 15px; color: #000; text-transform: none; border-bottom: 1px solid #dbdbdb; margin: 0 0 9px 0; padding: 0 0 9px 0; }
.section p { margin-bottom: 5px; }
.section ul { margin-left: 20px; }
.section ul li {  }

.external { background: url("images/external.png") no-repeat right center; padding-right: 15px; }

.download       { color: #b50000; text-decoration: none; background: url("images/download.png") 0px 0px no-repeat; display: block; width: 225px; height: 63px; padding: 10px 15px 15px 60px; margin: auto; }
.download:hover { color: #b50000; text-decoration: none; background-position: -300px 0px; }

.thumbnail {
	float: left;
	position: relative;
	width: 219px;
	height: 224px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 26px;
	margin-bottom: 20px;
}

.thumbnail_img {
	border-width: 1px;
	border-style: solid;
	border-color: silver;
	padding: 5px;
	margin: 0px;
	width: 207px;
	height: 207px;
}

.thumbnail_shadow_bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 219px;
	height: 6px;
	background-image: url("images/thumbnail_shadow_bottom.png");
}
</pre></body></html>